home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / DiceSource / master / Examples / Printer_Driver / README < prev    next >
Text File  |  1994-02-01  |  616b  |  18 lines

  1.  
  2.             PRINTER DRIVER EXAMPLE README
  3.  
  4.     Enclosed is example printer driver code for DICE.  Essentially it
  5.     is the same as commodore printer driver code with the following
  6.     exceptions:
  7.  
  8.     * uses a DICE startup for Init/Expunge which means that you can use
  9.       DICE's auto-library open/close capability (i.e. not have to
  10.       manually open intuition.library, graphics.library, etc...)
  11.  
  12.     * uses the small-data model, meaning that all interface functions
  13.       are qualified with __geta4
  14.  
  15.     Also, const data declarations are used for read-only data whenever
  16.     possible to reduce data segment overhead.
  17.  
  18.